public static class NetworkSecurityGroupVnic.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkSecurityGroupVnic |
build() |
NetworkSecurityGroupVnic.Builder |
copy(NetworkSecurityGroupVnic model) |
NetworkSecurityGroupVnic.Builder |
resourceId(String resourceId)
The OCID
of the parent resource that the VNIC is attached to (for example, a Compute instance).
|
NetworkSecurityGroupVnic.Builder |
timeAssociated(Date timeAssociated)
The date and time the VNIC was added to the network security group, in the format defined
by RFC3339.
|
NetworkSecurityGroupVnic.Builder |
vnicId(String vnicId)
The OCID
of the VNIC.
|
public NetworkSecurityGroupVnic.Builder resourceId(String resourceId)
The OCID of the parent resource that the VNIC is attached to (for example, a Compute instance).
resourceId
- the value to setpublic NetworkSecurityGroupVnic.Builder timeAssociated(Date timeAssociated)
The date and time the VNIC was added to the network security group, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeAssociated
- the value to setpublic NetworkSecurityGroupVnic.Builder vnicId(String vnicId)
The OCID of the VNIC.
vnicId
- the value to setpublic NetworkSecurityGroupVnic build()
public NetworkSecurityGroupVnic.Builder copy(NetworkSecurityGroupVnic model)
Copyright © 2016–2024. All rights reserved.