@Generated(value="OracleSDKGenerator", comments="API Version: 20180115") public final class UpdateResolverVnicEndpointDetails extends UpdateResolverEndpointDetails
The body for updating an existing resolver VNIC endpoint.
*Warning:** Oracle recommends that you avoid using any confidential information when you
supply string values using the API.
Note: Objects should always be created or deserialized using the UpdateResolverVnicEndpointDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UpdateResolverVnicEndpointDetails.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
UpdateResolverVnicEndpointDetails.Builder |
UpdateResolverEndpointDetails.EndpointType
Constructor and Description |
---|
UpdateResolverVnicEndpointDetails(List<String> nsgIds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateResolverVnicEndpointDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getNsgIds()
An array of network security group OCIDs for the resolver endpoint.
|
int |
hashCode() |
UpdateResolverVnicEndpointDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public UpdateResolverVnicEndpointDetails(List<String> nsgIds)
public static UpdateResolverVnicEndpointDetails.Builder builder()
Create a new builder.
public UpdateResolverVnicEndpointDetails.Builder toBuilder()
public List<String> getNsgIds()
An array of network security group OCIDs for the resolver endpoint. These must be part of the VCN that the resolver endpoint is a part of.
public String toString()
toString
in class UpdateResolverEndpointDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class UpdateResolverEndpointDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class UpdateResolverEndpointDetails
public int hashCode()
hashCode
in class UpdateResolverEndpointDetails
Copyright © 2016–2023. All rights reserved.