Class GetContactResult
- java.lang.Object
-
- com.pulumi.azurenative.orbital.outputs.GetContactResult
-
public final class GetContactResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetContactResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactsPropertiesResponseAntennaConfiguration
antennaConfiguration()
static GetContactResult.Builder
builder()
static GetContactResult.Builder
builder(GetContactResult defaults)
ContactsPropertiesResponseContactProfile
contactProfile()
java.lang.Double
endAzimuthDegrees()
java.lang.Double
endElevationDegrees()
java.lang.String
errorMessage()
java.lang.String
groundStationName()
java.lang.String
id()
java.lang.Double
maximumElevationDegrees()
java.lang.String
name()
java.lang.String
reservationEndTime()
java.lang.String
reservationStartTime()
java.lang.String
rxEndTime()
java.lang.String
rxStartTime()
java.lang.Double
startAzimuthDegrees()
java.lang.Double
startElevationDegrees()
java.lang.String
status()
SystemDataResponse
systemData()
java.lang.String
txEndTime()
java.lang.String
txStartTime()
java.lang.String
type()
-
-
-
Method Detail
-
antennaConfiguration
public ContactsPropertiesResponseAntennaConfiguration antennaConfiguration()
- Returns:
- The configuration associated with the allocated antenna.
-
contactProfile
public ContactsPropertiesResponseContactProfile contactProfile()
- Returns:
- The reference to the contact profile resource.
-
endAzimuthDegrees
public java.lang.Double endAzimuthDegrees()
- Returns:
- Azimuth of the antenna at the end of the contact in decimal degrees.
-
endElevationDegrees
public java.lang.Double endElevationDegrees()
- Returns:
- Spacecraft elevation above the horizon at contact end.
-
errorMessage
public java.lang.String errorMessage()
- Returns:
- Any error message while scheduling a contact.
-
groundStationName
public java.lang.String groundStationName()
- Returns:
- Azure Ground Station name.
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
maximumElevationDegrees
public java.lang.Double maximumElevationDegrees()
- Returns:
- Maximum elevation of the antenna during the contact in decimal degrees.
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
reservationEndTime
public java.lang.String reservationEndTime()
- Returns:
- Reservation end time of a contact (ISO 8601 UTC standard).
-
reservationStartTime
public java.lang.String reservationStartTime()
- Returns:
- Reservation start time of a contact (ISO 8601 UTC standard).
-
rxEndTime
public java.lang.String rxEndTime()
- Returns:
- Receive end time of a contact (ISO 8601 UTC standard).
-
rxStartTime
public java.lang.String rxStartTime()
- Returns:
- Receive start time of a contact (ISO 8601 UTC standard).
-
startAzimuthDegrees
public java.lang.Double startAzimuthDegrees()
- Returns:
- Azimuth of the antenna at the start of the contact in decimal degrees.
-
startElevationDegrees
public java.lang.Double startElevationDegrees()
- Returns:
- Spacecraft elevation above the horizon at contact start.
-
status
public java.lang.String status()
- Returns:
- Status of a contact.
-
systemData
public SystemDataResponse systemData()
- Returns:
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
-
txEndTime
public java.lang.String txEndTime()
- Returns:
- Transmit end time of a contact (ISO 8601 UTC standard).
-
txStartTime
public java.lang.String txStartTime()
- Returns:
- Transmit start time of a contact (ISO 8601 UTC standard).
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
-
builder
public static GetContactResult.Builder builder()
-
builder
public static GetContactResult.Builder builder(GetContactResult defaults)
-
-