PacketCoreControlPlaneVersionPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. mobilenetwork. fluent. models. PacketCoreControlPlaneVersionPropertiesFormat
- com.
public final class PacketCoreControlPlaneVersionPropertiesFormat
Packet core control plane version properties.
Constructor Summary
| Constructor | Description |
|---|---|
| PacketCoreControlPlaneVersionPropertiesFormat() |
Creates an instance of Packet |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<Platform> |
platforms()
Get the platforms property: Platform specific packet core control plane version properties. |
|
Provisioning |
provisioningState()
Get the provisioning |
| void |
validate()
Validates the instance. |
|
Packet |
withPlatforms(List<Platform> platforms)
Set the platforms property: Platform specific packet core control plane version properties. |
Methods inherited from java.lang.Object
Constructor Details
PacketCoreControlPlaneVersionPropertiesFormat
public PacketCoreControlPlaneVersionPropertiesFormat()
Creates an instance of PacketCoreControlPlaneVersionPropertiesFormat class.
Method Details
platforms
public List<Platform> platforms()
Get the platforms property: Platform specific packet core control plane version properties.
Returns:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the packet core control plane version resource.
Returns:
validate
public void validate()
Validates the instance.
withPlatforms
public PacketCoreControlPlaneVersionPropertiesFormat withPlatforms(List<Platform> platforms)
Set the platforms property: Platform specific packet core control plane version properties.
Parameters:
Returns: