Class GetNetworkFunctionResult
- java.lang.Object
-
- com.pulumi.azurenative.mobilepacketcore.outputs.GetNetworkFunctionResult
-
public final class GetNetworkFunctionResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetNetworkFunctionResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNetworkFunctionResult.Builder
builder()
static GetNetworkFunctionResult.Builder
builder(GetNetworkFunctionResult defaults)
java.util.Optional<java.lang.Integer>
capacity()
java.util.Optional<java.lang.String>
deploymentNotes()
java.lang.String
id()
java.lang.Integer
infrastructureElementCount()
java.lang.String
location()
java.lang.String
name()
java.lang.String
networkFunctionAdministrativeState()
java.lang.String
networkFunctionOperationalStatus()
java.lang.String
networkFunctionType()
java.lang.String
provisioningState()
java.lang.String
sku()
SystemDataResponse
systemData()
java.util.Map<java.lang.String,java.lang.String>
tags()
java.lang.String
type()
java.util.Optional<java.lang.String>
userDescription()
-
-
-
Method Detail
-
capacity
public java.util.Optional<java.lang.Integer> capacity()
- Returns:
- Capacity of the network function in units of 10000. This represents the session count or the Simultaneously Attached Users (SAU) count as applicable
-
deploymentNotes
public java.util.Optional<java.lang.String> deploymentNotes()
- Returns:
- User provided deployment notes. This is used to optionally provide details about the NF deployment
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
infrastructureElementCount
public java.lang.Integer infrastructureElementCount()
- Returns:
- Count of infrastructure elements used by this network function (vCPUs, in units of 8)
-
location
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
networkFunctionAdministrativeState
public java.lang.String networkFunctionAdministrativeState()
- Returns:
- Administrative state of the network function
-
networkFunctionOperationalStatus
public java.lang.String networkFunctionOperationalStatus()
- Returns:
- Operational state of the network function
-
networkFunctionType
public java.lang.String networkFunctionType()
- Returns:
- Type of network function
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- The status of the last operation.
-
sku
public java.lang.String sku()
- Returns:
- Provisioned SKU Value.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
tags
public java.util.Map<java.lang.String,java.lang.String> tags()
- Returns:
- Resource tags.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
userDescription
public java.util.Optional<java.lang.String> userDescription()
- Returns:
- User provided description
-
builder
public static GetNetworkFunctionResult.Builder builder()
-
builder
public static GetNetworkFunctionResult.Builder builder(GetNetworkFunctionResult defaults)
-
-