Class CustomIpPrefixPropertiesFormat
java.lang.Object
com.azure.resourcemanager.network.fluent.models.CustomIpPrefixPropertiesFormat
Custom IP prefix properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the authorizationMessage property: Authorization message for WAN validation.List<com.azure.core.management.SubResource>Get the childCustomIpPrefixes property: The list of all Children for IPv6 /48 CustomIpPrefix.cidr()Get the cidr property: The prefix range in CIDR notation.Get the commissionedState property: The commissioned state of the Custom IP Prefix.com.azure.core.management.SubResourceGet the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.Get the failedReason property: The reason why resource is in failed state.Get the provisioningState property: The provisioning state of the custom IP prefix resource.List<com.azure.core.management.SubResource>Get the publicIpPrefixes property: The list of all referenced PublicIpPrefixes.Get the resourceGuid property: The resource GUID property of the custom IP prefix resource.Get the signedMessage property: Signed message for WAN validation.voidvalidate()Validates the instance.withAuthorizationMessage(String authorizationMessage) Set the authorizationMessage property: Authorization message for WAN validation.Set the cidr property: The prefix range in CIDR notation.withCommissionedState(CommissionedState commissionedState) Set the commissionedState property: The commissioned state of the Custom IP Prefix.withCustomIpPrefixParent(com.azure.core.management.SubResource customIpPrefixParent) Set the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.withSignedMessage(String signedMessage) Set the signedMessage property: Signed message for WAN validation.
-
Constructor Details
-
CustomIpPrefixPropertiesFormat
public CustomIpPrefixPropertiesFormat()
-
-
Method Details
-
cidr
Get the cidr property: The prefix range in CIDR notation. Should include the start address and the prefix length.- Returns:
- the cidr value.
-
withCidr
Set the cidr property: The prefix range in CIDR notation. Should include the start address and the prefix length.- Parameters:
cidr- the cidr value to set.- Returns:
- the CustomIpPrefixPropertiesFormat object itself.
-
signedMessage
Get the signedMessage property: Signed message for WAN validation.- Returns:
- the signedMessage value.
-
withSignedMessage
Set the signedMessage property: Signed message for WAN validation.- Parameters:
signedMessage- the signedMessage value to set.- Returns:
- the CustomIpPrefixPropertiesFormat object itself.
-
authorizationMessage
Get the authorizationMessage property: Authorization message for WAN validation.- Returns:
- the authorizationMessage value.
-
withAuthorizationMessage
Set the authorizationMessage property: Authorization message for WAN validation.- Parameters:
authorizationMessage- the authorizationMessage value to set.- Returns:
- the CustomIpPrefixPropertiesFormat object itself.
-
customIpPrefixParent
public com.azure.core.management.SubResource customIpPrefixParent()Get the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.- Returns:
- the customIpPrefixParent value.
-
withCustomIpPrefixParent
public CustomIpPrefixPropertiesFormat withCustomIpPrefixParent(com.azure.core.management.SubResource customIpPrefixParent) Set the customIpPrefixParent property: The Parent CustomIpPrefix for IPv6 /64 CustomIpPrefix.- Parameters:
customIpPrefixParent- the customIpPrefixParent value to set.- Returns:
- the CustomIpPrefixPropertiesFormat object itself.
-
childCustomIpPrefixes
Get the childCustomIpPrefixes property: The list of all Children for IPv6 /48 CustomIpPrefix.- Returns:
- the childCustomIpPrefixes value.
-
commissionedState
Get the commissionedState property: The commissioned state of the Custom IP Prefix.- Returns:
- the commissionedState value.
-
withCommissionedState
Set the commissionedState property: The commissioned state of the Custom IP Prefix.- Parameters:
commissionedState- the commissionedState value to set.- Returns:
- the CustomIpPrefixPropertiesFormat object itself.
-
publicIpPrefixes
Get the publicIpPrefixes property: The list of all referenced PublicIpPrefixes.- Returns:
- the publicIpPrefixes value.
-
resourceGuid
Get the resourceGuid property: The resource GUID property of the custom IP prefix resource.- Returns:
- the resourceGuid value.
-
failedReason
Get the failedReason property: The reason why resource is in failed state.- Returns:
- the failedReason value.
-
provisioningState
Get the provisioningState property: The provisioning state of the custom IP prefix resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-